home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI237.ASC < prev    next >
Text File  |  1992-08-12  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT : TURBO PASCAL                               NUMBER : 237
  9.   VERSION : 3.01x
  10.   OS : PC-DOS
  11.   DATE : March 13, 1986                                  PAGE : 1/3
  12.  
  13.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new version of TINST lets you designate
  25.   the path to the error messages in the event they are stored in a
  26.   directory other than the one active at the time Turbo Pascal is
  27.   loaded. Patches for three different implementations of Tur
  28.  
  29.   Use the DOS utility, DEBUG, to apply the following patch to a
  30.   copy of your original .COM file. Copy DEBUG.COM into the
  31.   directory (or onto the diskette) where your working copy of
  32.    .COM is located. At the DOS prompt, type the following
  33.   information exactly
  34.  
  35.  
  36.   Note:
  37.   1.   DEBUG is not sensitive to upper and lower case. All
  38.    addresses are listed in upper case for ease of  readability.
  39.  
  40.   2.   While in DEBUG,the prompt will appear as a dash (-).
  41.  
  42.   3.   If you do not receive the appropriate response,   press "q"
  43.        followed by <Return>, to quit.   Check your version numbers
  44.        and, if correct, try   again.
  45.  
  46.  
  47.   TURBO.COM - "YES" - MESSAGES INCLUDED
  48.  
  49.        YOU TYPE                              THIS APPEARS
  50.  
  51.        DEBUG TURBO.COM<ENTER>                 -
  52.        e2F5E                                  XXXX:2F5E E8.
  53.        0C<Space>                              20
  54.        FF<Space>                              DB
  55.        EB<Space>                              0D
  56.        1E<Return>                             -
  57.        w                                      writing XXXX bytes
  58.        q                                      DOS prompt
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT : TURBO PASCAL                               NUMBER : 237
  75.   VERSION : 3.01x
  76.   OS : PC-DOS
  77.   DATE : March 13, 1986                                  PAGE : 2/3
  78.  
  79.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  80.  
  81.  
  82.  
  83.  
  84.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                             THIS APPEARS
  87.  
  88.        DEBUG TURBO.COM<ENTER>                 -
  89.        e2F5E                                  XXXX:2F5E E8.
  90.        24<Space>                              20
  91.        00<Space>                              DB
  92.        EB<Space>                              OD
  93.        1E<Return>                             -
  94.        w                                      writing XXXX bytes
  95.        q                                      DOS prompt
  96.  
  97.  
  98.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  99.  
  100.        YOU TYPE                              THIS APPEARS
  101.  
  102.        DEBUG TURBO-87.COM<ENTER>              -
  103.        e2A27                                  XXXX:2A27 E8.
  104.        0C<Space>                              57
  105.        FF<Space>                              E0
  106.        EB<Space>                              OD
  107.        1E<Return>                             -
  108.        w                                      writing XXXX bytes
  109.        q                                      DOS prompt
  110.  
  111.  
  112.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  113.  
  114.        YOU TYPE                             THIS APPEARS
  115.  
  116.        DEBUG TURBO-87.COM<ENTER>              -
  117.        e2A27                                  XXXX:2A27 E8.
  118.        24<Space>                              57
  119.        00<Space>                              E0
  120.        EB<Space>                              0D
  121.        1E<Return>                             -
  122.        w                                      writing XXXX bytes
  123.        q                                      DOS prompt
  124.  
  125.  
  126.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  127.  
  128.  
  129.  
  130.                                 - 2 -
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT : TURBO PASCAL                               NUMBER : 237
  141.   VERSION : 3.01x
  142.   OS : PC-DOS
  143.   DATE : March 13, 1986                                  PAGE : 3/3
  144.  
  145.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  146.  
  147.  
  148.  
  149.  
  150.        YOU TYPE                              THIS APPEARS
  151.  
  152.        DEBUG TURBOBCD.COM<ENTER>              -
  153.        e2E7F                                  XXXX:2E7F E8.
  154.        0C<Space>                              FF
  155.        FF<Space>                              DB
  156.        EB<Space>                              0D
  157.        1E<Return>                             -
  158.        w                                      writing XXXX bytes
  159.        q                                      DOS prompt
  160.  
  161.  
  162.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  163.  
  164.        YOU TYPE                              THIS APPEARS
  165.  
  166.        DEBUG TURBOBCD.COM<ENTER>              -
  167.        e2E7F                                  XXXX:2E7F E8.
  168.        24<Space>                              FF
  169.        00<Space>                              DB
  170.        EB<Space>                              0D
  171.        1E<Return>                             -
  172.        w                                      writing XXXX bytes
  173.        q                                      DOS prompt
  174.  
  175.  
  176.   DISCLAIMER: You have the right to use this technical information
  177.   subject to the terms of the No-Nonsense License Statement that
  178.   you received with the Borland product to which this information
  179.   pertains.
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.                                 - 3 -
  197.  
  198.  
  199.